diff options
| author | randomdan <randomdan@localhost> | 2014-09-06 15:06:02 +0000 |
|---|---|---|
| committer | randomdan <randomdan@localhost> | 2014-09-06 15:06:02 +0000 |
| commit | ade5266970934e0bb5fc93041996bafe41062688 (patch) | |
| tree | 09aaf8c7b12bb25400962bb504217bba39f60556 /slicer/slicer | |
| parent | Fix serializer interface to operate only on model part, everything else is vi... (diff) | |
| download | slicer-ade5266970934e0bb5fc93041996bafe41062688.tar.bz2 slicer-ade5266970934e0bb5fc93041996bafe41062688.tar.xz slicer-ade5266970934e0bb5fc93041996bafe41062688.zip | |
Fix typo in get overload for shorts
Diffstat (limited to 'slicer/slicer')
| -rw-r--r-- | slicer/slicer/modelParts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slicer/slicer/modelParts.h b/slicer/slicer/modelParts.h index ca1573a..6302b9f 100644 --- a/slicer/slicer/modelParts.h +++ b/slicer/slicer/modelParts.h @@ -27,7 +27,7 @@ namespace Slicer { public: virtual void get(const bool &) const = 0; virtual void get(const Ice::Byte &) const = 0; - virtual void set(const Ice::Short &) const = 0; + virtual void get(const Ice::Short &) const = 0; virtual void get(const Ice::Int &) const = 0; virtual void get(const Ice::Long &) const = 0; virtual void get(const Ice::Float &) const = 0; |
