blob: f0e9e60dba4c466c20996b0b0ee778247a27edad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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_________);
|