]> git.lyx.org Git - features.git/blobdiff - src/mathed/MacroTable.cpp
* replace int type by the correct custom type for pos, idx and size.
[features.git] / src / mathed / MacroTable.cpp
index 2d7e207e9cf75151a251e97cd847f1bcf302dcb6..ac2ac88a7602af5c77bf07aaaa530c94edfe77fe 100644 (file)
@@ -78,7 +78,7 @@ void MacroData::expand(vector<MathData> const & args, MathData & to) const
 }
 
 
-int MacroData::optionals() const
+size_t MacroData::optionals() const
 {
        return optionals_;
 }