diff options
Diffstat (limited to 'cpp/src/Slice/OutputUtil.h')
-rw-r--r-- | cpp/src/Slice/OutputUtil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Slice/OutputUtil.h b/cpp/src/Slice/OutputUtil.h index 52250c2ecee..6d8bf1e79de 100644 --- a/cpp/src/Slice/OutputUtil.h +++ b/cpp/src/Slice/OutputUtil.h @@ -14,7 +14,7 @@ #include <fstream> #include <sstream> -namespace IceLang +namespace Slice { class NextLine { }; |