summaryrefslogtreecommitdiffstats
path: root/src/server/EnginePort.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/EnginePort.hpp')
-rw-r--r--src/server/EnginePort.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/EnginePort.hpp b/src/server/EnginePort.hpp
index c0ec11d2..ecfe59b3 100644
--- a/src/server/EnginePort.hpp
+++ b/src/server/EnginePort.hpp
@@ -33,8 +33,8 @@ namespace server {
*
* @ingroup engine
*/
-class EnginePort : public Raul::Noncopyable
- , public Raul::Deletable
+class EnginePort : public raul::Noncopyable
+ , public raul::Deletable
, public boost::intrusive::slist_base_hook<>
{
public: