summaryrefslogtreecommitdiffstats
path: root/Project/Constant.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-04-08 16:31:25 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-04-08 16:31:25 -0300
commitf19803bc64885bcfaef15cfd7a8139c28d3dd506 (patch)
tree30698f4bd8bc7fb0919e974cdd81023bb8b8cde2 /Project/Constant.h
parentd13b7013afa5ba1d40ee52e77eabd43bfd1b4acd (diff)
downloadPSP.git-f19803bc64885bcfaef15cfd7a8139c28d3dd506.tar.gz
PSP.git-f19803bc64885bcfaef15cfd7a8139c28d3dd506.tar.xz
PSP.git-f19803bc64885bcfaef15cfd7a8139c28d3dd506.zip
Control editor export under implementation
File handling
Diffstat (limited to 'Project/Constant.h')
-rw-r--r--Project/Constant.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Constant.h b/Project/Constant.h
index b193a7a..9868627 100644
--- a/Project/Constant.h
+++ b/Project/Constant.h
@@ -11,7 +11,7 @@ class ConstantForm;
class Constant : public ControlElement
{
public:
- Constant();
+ Constant(int id);
~Constant();
virtual void Draw(wxPoint2DDouble translation, double scale) const;