diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-07-02 08:20:47 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-07-02 09:34:17 +0200 |
commit | f2faf7acf4445fef2a149ebbdecb569a2d119d94 (patch) | |
tree | 6629ba211a70a54a0ab82f6c4f4de08504072951 /options/connector.hpp | |
parent | 66e75860d0c54baa39ed789442b09b96eeebe2e6 (diff) |
nothing important
Diffstat (limited to 'options/connector.hpp')
-rw-r--r-- | options/connector.hpp | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/options/connector.hpp b/options/connector.hpp index 68e86096..26812e7f 100644 --- a/options/connector.hpp +++ b/options/connector.hpp @@ -21,10 +21,10 @@ #include "export.hpp" namespace options { + class value_; +} -class value_; - -namespace detail { +namespace options::detail { class OTR_OPTIONS_EXPORT connector { @@ -67,5 +67,4 @@ public: connector& operator=(connector&&) = default; }; -} // ns detail -} // ns options +} // ns options::detail |