mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-16 18:44:47 +00:00
ifcparse: unify private member variables name to use trailing underscore
This commit is contained in:
committed by
Thomas Krijnen
parent
8b145248c6
commit
eea9a14722
@@ -42,7 +42,7 @@ namespace IfcParse {
|
||||
|
||||
class IFC_PARSE_API IfcCharacterDecoder {
|
||||
private:
|
||||
IfcParse::IfcSpfStream* file;
|
||||
IfcParse::IfcSpfStream* stream_;
|
||||
int codepage_;
|
||||
|
||||
public:
|
||||
@@ -72,7 +72,7 @@ namespace IfcWrite {
|
||||
|
||||
class IFC_PARSE_API IfcCharacterEncoder {
|
||||
private:
|
||||
std::u32string str;
|
||||
std::u32string str_;
|
||||
|
||||
public:
|
||||
IfcCharacterEncoder(const std::string& input);
|
||||
|
||||
Reference in New Issue
Block a user