diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-11-12 21:27:07 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-11-12 21:27:07 +0000 |
| commit | 3a817e2f96a30faef03565c510f626ac73fd46ed (patch) | |
| tree | 4be12e5689f919358a5e1735ac5c8dbf04945302 /src/value.hh | |
| parent | 58c1721564ea6b52929b189463fc9f54a4711d1d (diff) | |
Cleanup includes
Diffstat (limited to 'src/value.hh')
| -rw-r--r-- | src/value.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/value.hh b/src/value.hh index bf051353..86bbfea2 100644 --- a/src/value.hh +++ b/src/value.hh @@ -67,7 +67,7 @@ private: struct ValueId : public StronglyTypedNumber<ValueId, int> { - constexpr ValueId(int value = 0) : StronglyTypedNumber<ValueId>(value) {} + constexpr ValueId(int value = 0) : StronglyTypedNumber(value) {} static ValueId get_free_id() { |
