Browse Source

correct misspelling of namespace

Kolja Strohm 9 tháng trước cách đây
mục cha
commit
2119507a2f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Maybe.h

+ 1 - 1
Maybe.h

@@ -4,7 +4,7 @@
 
 #include "Betriebssystem.h"
 
-namespace Frmaework
+namespace Framework
 {
     template<typename T> class Maybe
     {