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 /api | |
| parent | 66e75860d0c54baa39ed789442b09b96eeebe2e6 (diff) | |
nothing important
Diffstat (limited to 'api')
| -rw-r--r-- | api/plugin-api.hpp | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/api/plugin-api.hpp b/api/plugin-api.hpp index b23a5010..53d4fac6 100644 --- a/api/plugin-api.hpp +++ b/api/plugin-api.hpp @@ -27,8 +27,7 @@ enum Axis {      NonAxis = -1,  }; -namespace plugin_api { -namespace detail { +namespace plugin_api::detail {  class OTR_API_EXPORT BaseDialog : public QDialog  { @@ -44,7 +43,6 @@ private slots:  };  } // ns -} // ns  #define OTR_PLUGIN_EXPORT OTR_GENERIC_EXPORT | 
