summaryrefslogtreecommitdiffstats
path: root/Project/ControlEditor.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-05-29 20:51:26 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-05-29 20:51:26 -0300
commit73eacaf08f695bb3261f072d82ba9fe88366f1c1 (patch)
tree5d64d62de311841204f0235abada38191564b27e /Project/ControlEditor.h
parent41c6ab0cac47046db7b7a3faf360c60944fd39b5 (diff)
downloadPSP.git-73eacaf08f695bb3261f072d82ba9fe88366f1c1.tar.gz
PSP.git-73eacaf08f695bb3261f072d82ba9fe88366f1c1.tar.xz
PSP.git-73eacaf08f695bb3261f072d82ba9fe88366f1c1.zip
Unit data and control import bugs fixed
Diffstat (limited to 'Project/ControlEditor.h')
-rw-r--r--Project/ControlEditor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/ControlEditor.h b/Project/ControlEditor.h
index 11e27ea..674ed5d 100644
--- a/Project/ControlEditor.h
+++ b/Project/ControlEditor.h
@@ -116,6 +116,7 @@ class ControlEditor : public ControlEditorBase
void BuildControlElementPanel();
void SetViewport();
void ConsolidateTexts();
+ void SetLastElementID();
std::vector<ConnectionLine*>::iterator DeleteLineFromList(std::vector<ConnectionLine*>::iterator& it);