Utility functions, classes and widgets written on top of gtkmm and glibmm. - logging framework - option parsing, date and string utilities - tile widgets - dialog helpers
15 lines
335 B
Text
15 lines
335 B
Text
$NetBSD: patch-ac,v 1.1.1.1 2010/04/30 10:17:46 wiz Exp $
|
|
|
|
--- glibmm-utils/log-stream.cc.orig 2008-10-14 14:11:14.000000000 +0200
|
|
+++ glibmm-utils/log-stream.cc
|
|
@@ -36,6 +36,10 @@
|
|
#include "date.h"
|
|
#include "ustring.h"
|
|
|
|
+#ifndef __ASSERT_FUNCTION
|
|
+#define __ASSERT_FUNCTION __func__
|
|
+#endif
|
|
+
|
|
namespace Glib {
|
|
namespace Util {
|
|
|