X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Fcommand_server.hxx;h=95dfe326432a066d0e5d306c5faf21ba9c7343bc;hp=fb8bc0f0477ace6032c2704051c054b2b7fb0839;hb=6f59dcf596103d0bc69be841627cd9926faa4139;hpb=19facd8558fe2e32ce843860b40631ebe03ff3cf diff --git a/src/command_server.hxx b/src/command_server.hxx index fb8bc0f..95dfe32 100644 --- a/src/command_server.hxx +++ b/src/command_server.hxx @@ -56,7 +56,7 @@ class command_server template struct Derived_from { static void constraints(T* p) { B* pb = p; } - Derived_from() { void(*p)(T*) = constraints; } + Derived_from() { void(*/*p*/)(T*) = constraints; } }; /** @brief server handling group of incoming commands