summaryrefslogtreecommitdiffstats
path: root/Project/ImportForm.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2018-04-05 21:42:37 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2018-04-05 21:42:37 -0300
commit71379e56edd24c2b4d9ea341710c2a7cda6d3afb (patch)
tree35c5bdeea224b0abfa70e8127eaef4047b856c78 /Project/ImportForm.h
parent54b3719953815bd6a2648bb6dac662f513d80fca (diff)
downloadPSP.git-71379e56edd24c2b4d9ea341710c2a7cda6d3afb.tar.gz
PSP.git-71379e56edd24c2b4d9ea341710c2a7cda6d3afb.tar.xz
PSP.git-71379e56edd24c2b4d9ea341710c2a7cda6d3afb.zip
Create loads not present in graphical data
Create load not present in graphical data, but present in electric data. Data report copy implemented (Ctrl + C). Data report select all implemented (Ctrl + A). Some bugfixes
Diffstat (limited to 'Project/ImportForm.h')
-rw-r--r--Project/ImportForm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/ImportForm.h b/Project/ImportForm.h
index 021ba66..57341e0 100644
--- a/Project/ImportForm.h
+++ b/Project/ImportForm.h
@@ -173,7 +173,7 @@ class ParseAnarede
wxPoint2DDouble GetNodePositionFromID(Bus* bus, double scale, int nodeID);
BusData* GetBusDataFromID(int id);
BranchData* GetBranchDataFromID(int id, int fromBus, int toBus);
- IndElementData* GetIndElementDataFromID(int id, int bus);
+ IndElementData* GetIndElementDataFromID(int id, int busID);
void ClearData();