Skip to content

Commit

Permalink
Merge pull request #39520 from anothersimulacrum/astyle
Browse files Browse the repository at this point in the history
Fix astyle regressions
  • Loading branch information
ZhilkinSerg authored Apr 13, 2020
2 parents 141c18d + 41fd0bc commit 90844be
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/construction_category.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
class JsonObject;

struct construction_category {
void load( const JsonObject &jo, const std::string &src );
void load( const JsonObject &jo, const std::string &src );

construction_category_id id;
bool was_loaded = false;
construction_category_id id;
bool was_loaded = false;

std::string name() const {
return _name.translated();
}
static size_t count();
std::string name() const {
return _name.translated();
}
static size_t count();

private:
translation _name;
private:
translation _name;
};

namespace construction_categories
Expand Down

0 comments on commit 90844be

Please sign in to comment.