blob: b9ad9561d64204da0302d11b8a0d173574d2a0f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ag,v 1.1.1.1 2009/11/24 11:46:01 obache Exp $
--- src/scim_config_base.cpp.orig 2008-11-02 06:42:34.000000000 +0000
+++ src/scim_config_base.cpp
@@ -30,7 +30,7 @@
namespace scim {
-ConfigPointer _scim_default_config (0);
+ConfigPointer _scim_default_config = ConfigPointer(0);
ConfigModule _scim_default_config_module;
static ConfigPointer
|