diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-11-01 12:52:54 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-11-01 12:52:54 +0100 |
commit | a1ebe07fb572781ab7a9a7da07f6f6c93a6b7833 (patch) | |
tree | e74883ae914d9d6e1950f2046e146c645285cb05 | |
parent | b58b72a31083968793dcefa6f38c02a910a7da8a (diff) |
options: whitespace
-rw-r--r-- | opentrack-compat/options.hpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/opentrack-compat/options.hpp b/opentrack-compat/options.hpp index be8c688c..9b03c18f 100644 --- a/opentrack-compat/options.hpp +++ b/opentrack-compat/options.hpp @@ -51,8 +51,7 @@ template<typename t> using mem = std::shared_ptr<t>; #define OPENTRACK_ORG "opentrack-2.3" namespace options { - template<typename k, typename v> - using map = std::map<k, v>; + template<typename k, typename v> using map = std::map<k, v>; using std::string; template<typename t> @@ -405,7 +404,7 @@ namespace options { b->reload(); } }; - + template<typename t, typename q> inline void tie_setting(value<t>&, q*); |