diff options
Diffstat (limited to 'include/erebos/service.h')
-rw-r--r-- | include/erebos/service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/erebos/service.h b/include/erebos/service.h index fa7f105..cec5ea0 100644 --- a/include/erebos/service.h +++ b/include/erebos/service.h @@ -31,7 +31,7 @@ public: }; virtual UUID uuid() const = 0; - virtual void handle(Context &) const = 0; + virtual void handle(Context &) = 0; }; } |