You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
621 B
13 lines
621 B
4 years ago
|
void HouseNumberData(Translation const & trans = Translation { },
|
||
|
Orientation const & orient = Orientation { },
|
||
|
CategoryIds const & cats = CategoryIds(),
|
||
|
std::string const & txt = std::string { },
|
||
|
bool active = false);
|
||
|
|
||
|
void HouseNumberData(Translation const & trans______________,
|
||
|
Orientation const & orient______________________,
|
||
|
CategoryIds const & cats_____________________,
|
||
|
std::string const & txt___________________,
|
||
|
bool active_________);
|
||
|
|