diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-09-25 16:25:12 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-09-25 16:29:43 +0200 |
commit | fe2a58edc267ff643e50b412f893e15cbafab6b5 (patch) | |
tree | 32e2c5515b67c418f4ab821fca7150be7f819d64 /options/scoped.cpp | |
parent | eca907d3c1240d04bbcfdf84a3a726353e56bc64 (diff) |
api, options: some `virtual' fixes
Diffstat (limited to 'options/scoped.cpp')
-rw-r--r-- | options/scoped.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/scoped.cpp b/options/scoped.cpp index 58a4ee02..ef2b1b02 100644 --- a/options/scoped.cpp +++ b/options/scoped.cpp @@ -52,4 +52,4 @@ opts::opts(const QString &name) : b(make_bundle(name)) { } -} +} // ns options |