diff options
Diffstat (limited to '')
| -rw-r--r-- | src/io/bufferstream.cpp (renamed from src/dom/io/bufferstream.cpp) | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/src/dom/io/bufferstream.cpp b/src/io/bufferstream.cpp index 3389bd80e..ba440254f 100644 --- a/src/dom/io/bufferstream.cpp +++ b/src/io/bufferstream.cpp @@ -33,22 +33,14 @@ #include "bufferstream.h" -namespace org +namespace Inkscape { -namespace w3c +namespace IO { -namespace dom -{ -namespace io -{ - - //######################################################################### //# B U F F E R I N P U T S T R E A M //######################################################################### - - /** * */ @@ -157,10 +149,8 @@ int BufferOutputStream::put(gunichar ch) -} //namespace io -} //namespace dom -} //namespace w3c -} //namespace org +} //namespace IO +} //namespace Inkscape //######################################################################### //# E N D O F F I L E |
