diff options
Diffstat (limited to 'graphics/gsculpt/files/patch-src::Events::Event.h')
-rw-r--r-- | graphics/gsculpt/files/patch-src::Events::Event.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/gsculpt/files/patch-src::Events::Event.h b/graphics/gsculpt/files/patch-src::Events::Event.h new file mode 100644 index 000000000000..e79de7bc1ecd --- /dev/null +++ b/graphics/gsculpt/files/patch-src::Events::Event.h @@ -0,0 +1,11 @@ +--- ./src/Events/Event.h.orig Mon Jul 21 16:31:20 2003 ++++ ./src/Events/Event.h Mon Jul 21 16:31:32 2003 +@@ -10,7 +10,7 @@ + #define EVENTH + + #include <string> +- ++using std::string; + + + |