diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-15 15:35:04 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-16 00:03:42 +0200 | 
| commit | 77451f10565a622e1ca7f3d39937aae40ec9331d (patch) | |
| tree | 142f91af291a42aab6a0964d05e691a941523795 /compat/options.hpp | |
| parent | d8ac24ac7bdc75ad829d6c23e46ce41bc353037c (diff) | |
compat/options: anon namespace classes are usable so move to detail
Diffstat (limited to 'compat/options.hpp')
| -rw-r--r-- | compat/options.hpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/compat/options.hpp b/compat/options.hpp index 815b4e2a..7b004ba6 100644 --- a/compat/options.hpp +++ b/compat/options.hpp @@ -50,7 +50,7 @@  #define OPENTRACK_ORG "opentrack-2.3"  namespace options { -namespace { +namespace detail {  class custom_type_initializer  {      custom_type_initializer(); | 
