mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Formatting.
This commit is contained in:
parent
52f9cba035
commit
639b856ea9
@ -51,9 +51,6 @@ public:
|
||||
void Parse( DS_DATA_MODEL* aLayout );
|
||||
|
||||
private:
|
||||
int m_requiredVersion;
|
||||
wxString m_generatorVersion;
|
||||
|
||||
/**
|
||||
* Parse the data specified at the very beginning of the file, like version and the
|
||||
* application used to create this file.
|
||||
@ -113,6 +110,10 @@ private:
|
||||
void parseCoordinate( POINT_COORD& aCoord);
|
||||
void readOption( DS_DATA_ITEM * aItem );
|
||||
void readPngdata( DS_DATA_ITEM_BITMAP * aItem );
|
||||
|
||||
private:
|
||||
int m_requiredVersion;
|
||||
wxString m_generatorVersion;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user