diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-04-08 16:31:25 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-04-08 16:31:25 -0300 |
commit | f19803bc64885bcfaef15cfd7a8139c28d3dd506 (patch) | |
tree | 30698f4bd8bc7fb0919e974cdd81023bb8b8cde2 /Project/Sum.h | |
parent | d13b7013afa5ba1d40ee52e77eabd43bfd1b4acd (diff) | |
download | PSP.git-f19803bc64885bcfaef15cfd7a8139c28d3dd506.tar.gz PSP.git-f19803bc64885bcfaef15cfd7a8139c28d3dd506.tar.xz PSP.git-f19803bc64885bcfaef15cfd7a8139c28d3dd506.zip |
Control editor export under implementation
File handling
Diffstat (limited to 'Project/Sum.h')
-rw-r--r-- | Project/Sum.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Sum.h b/Project/Sum.h index 30bfb4e..a99067e 100644 --- a/Project/Sum.h +++ b/Project/Sum.h @@ -9,7 +9,7 @@ class Sum : public ControlElement { public: enum Signal { SIGNAL_POSITIVE = 0, SIGNAL_NEGATIVE }; - Sum(); + Sum(int id); ~Sum(); virtual void Draw(wxPoint2DDouble translation, double scale) const; |