diff --git a/src/pokerth.cpp b/src/pokerth.cpp index a9bea818..4d67e453 100755 --- a/src/pokerth.cpp +++ b/src/pokerth.cpp @@ -143,9 +143,9 @@ int main( int argc, char **argv ) qRegisterMetaType("unsigned"); qRegisterMetaType >("boost::shared_ptr"); qRegisterMetaType("ServerStats"); + qRegisterMetaType("DenyGameInvitationReason"); /////////////////////////////////////////////////// - startWindowImpl *mainWin = new startWindowImpl(myConfig); a.setActivationWindow(mainWin, true);