Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/goo/GString.h
diff options
context:
space:
mode:
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>2002-09-18 18:58:15 (GMT)
committer Martin Kretzschmar <mkretzschmar@src.gnome.org>2002-09-18 18:58:15 (GMT)
commitd99fb4f4acd14fcdbda968abd907547dcc7af40c (patch)
treebbd52b808b583073e6d1d7c1043158fe8fd6fe4c /pdf/goo/GString.h
parent28626f3d3c9aacc49c6f79353e7fcb2e49360b02 (diff)
Completely synched with Xpdf 0.90
doc changes (version numbers), typo fixes
Diffstat (limited to 'pdf/goo/GString.h')
-rw-r--r--pdf/goo/GString.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pdf/goo/GString.h b/pdf/goo/GString.h
index 904f425..6fa24a6 100644
--- a/pdf/goo/GString.h
+++ b/pdf/goo/GString.h
@@ -24,11 +24,11 @@ public:
GString();
// Create a string from a C string.
- GString(char *s1);
+ GString(const char *s1);
// Create a string from <length1> chars at <s1>. This string
// can contain null characters.
- GString (char *s1, int length1);
+ GString (const char *s1, int length1);
// Copy a string.
GString(GString *str);