diff options
Diffstat (limited to 'test/src/example.h')
| -rw-r--r-- | test/src/example.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/example.h b/test/src/example.h index afde0f7..ab9c8c2 100644 --- a/test/src/example.h +++ b/test/src/example.h @@ -38,7 +38,7 @@ public: ExampleRef(); ~ExampleRef(); - int get_id(); + int get_id() const; }; class ExampleMin : public Control { |
