dia r3946 - in trunk: . bindings lib
- From: sdteffen svn gnome org
- To: svn-commits-list gnome org
- Subject: dia r3946 - in trunk: . bindings lib
- Date: Mon, 14 Apr 2008 18:01:15 +0100 (BST)
Author: sdteffen
Date: Mon Apr 14 18:01:14 2008
New Revision: 3946
URL: http://svn.gnome.org/viewvc/dia?rev=3946&view=rev
Log:
Patch from Stefan Husmann to fix compiler errors
Modified:
trunk/ChangeLog
trunk/bindings/dia-properties.cpp
trunk/lib/diatypes.h
Modified: trunk/bindings/dia-properties.cpp
==============================================================================
--- trunk/bindings/dia-properties.cpp (original)
+++ trunk/bindings/dia-properties.cpp Mon Apr 14 18:01:14 2008
@@ -27,7 +27,7 @@
#include "object.h"
#include <assert.h>
-#include <string>
+#include <cstring>
#include "dia-properties.h"
#include "dia-object.h"
Modified: trunk/lib/diatypes.h
==============================================================================
--- trunk/lib/diatypes.h (original)
+++ trunk/lib/diatypes.h Mon Apr 14 18:01:14 2008
@@ -22,7 +22,7 @@
#define TYPES_H
/* THIS HEADER MUST NOT INCLUDE ANY OTHER HEADER! */
-//#include "units.h"
+/*#include "units.h" */
/* In diagramdata.h: */
typedef struct _DiagramData DiagramData;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]