X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Fcommand_server.hxx;fp=src%2Fcommand_server.hxx;h=95dfe326432a066d0e5d306c5faf21ba9c7343bc;hp=fb8bc0f0477ace6032c2704051c054b2b7fb0839;hb=1eed3f4c4e55d3e9f57a2dae5f71b76edb2bd4cf;hpb=0f8ddc6cbdbd213e3bb00c41567e514fdeeed79d 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