mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-13 22:04:36 -06:00
.CtrlLib: fixed typo in EditMinMaxNotNull::MinMax
git-svn-id: svn://ultimatepp.org/upp/trunk@3364 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
ebb6b45d1f
commit
46f4ce369c
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ public:
|
|||
|
||||
EditMinMaxNotNull& Min(DataType min) { Base::Min(min); return *this; }
|
||||
EditMinMaxNotNull& Max(DataType max) { Base::Max(max); return *this; }
|
||||
EditMinMaxNotNull& MinMax(DataType max) { Base::MinMax(min, max); return *this; }
|
||||
EditMinMaxNotNull& MinMax(DataType min, DataType max) { Base::MinMax(min, max); return *this; }
|
||||
EditMinMaxNotNull& NotNull(bool nn = true) { Base::NotNull(nn); return *this; }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue