freebsd-ports/net/dctc-gui-qt/files/patch-dc_qt.cc
Mario Sergio Fujikawa Ferreira 535ac071b0 o New port dctc-gui-qt version 0.0.3: A Qt GUI for the
Direct Connect (TM) dctc text client
o Added a default implementation of a class method to enable build.
  Prototype only methods cannot be invoked [1]

Reviewed by:	Alex Zepeda <zipzippy@sonic.net> [1]
2002-07-28 12:11:57 +00:00

11 lines
243 B
C++

--- dc_qt.cc.orig Sun Jul 28 02:42:28 2002
+++ dc_qt.cc Sun Jul 28 02:45:12 2002
@@ -296,6 +296,8 @@
if (ok)
cur_hub->send_command(text);
}
+#else
+void dc_main_window::send_command() {}
#endif
void dc_main_window::clear_user_list()