rogueviz:: fixed pedantic errors

This commit is contained in:
Zeno Rogue 2021-04-07 23:23:40 +02:00
parent 6c2ada39d6
commit 5bca58a1da
2 changed files with 1 additions and 2 deletions

View File

@ -389,7 +389,6 @@ auto fifteen_hook =
cb(XLAT("variants of the fifteen puzzle"), &fifteen_slides[0], 'h');
});
;
#endif
EX }

View File

@ -257,7 +257,7 @@ namespace objmodels {
void render(const shiftmatrix& V);
};
inline tf_result default_transformer(hyperpoint h) { return {0, direct_exp(h) };};
inline tf_result default_transformer(hyperpoint h) { return {0, direct_exp(h) };}
inline int default_subdivider(vector<hyperpoint>& hys) {
if(euclid) return 1;