Eeschema: fix a bug in my previous commit

This commit is contained in:
jean-pierre charras
2012-09-28 20:45:04 +02:00
parent 143af26952
commit 6bb4dea501
+1 -1
View File
@@ -203,7 +203,7 @@ public:
void OnCloseWindow( wxCloseEvent& Event );
bool GetDefaultLabelSize() const { return m_defaultLabelSize; }
int GetDefaultLabelSize() const { return m_defaultLabelSize; }
void SetDefaultLabelSize( int aLabelSize ) { m_defaultLabelSize = aLabelSize; }
bool GetForceHVLines() const { return m_forceHVLines; }