diff options
Diffstat (limited to 'butl/const-ptr')
-rw-r--r-- | butl/const-ptr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/butl/const-ptr b/butl/const-ptr index 971e929..2790253 100644 --- a/butl/const-ptr +++ b/butl/const-ptr @@ -75,6 +75,6 @@ namespace butl private: T* p_; }; -}; +} #endif // BUTL_CONST_PTR |