Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b4d5cb6

Browse files
committed
controls: remove pragma once, it confuses gcc 3.4.3
1 parent ccf8c0f commit b4d5cb6

17 files changed

Lines changed: 0 additions & 18 deletions

controls/Action.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
1313
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1414
GNU General Public License for more details.
1515
*/
16-
#pragma once
1716
#ifndef MENU_ACTION_H
1817
#define MENU_ACTION_H
1918

controls/BackgroundBitmap.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1414
GNU General Public License for more details.
1515
*/
1616

17-
#pragma once
1817
#ifndef MENU_BACKGROUNDBITMAP_H
1918
#define MENU_BACKGROUNDBITMAP_H
2019

controls/BaseClientWindow.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
1212
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
GNU General Public License for more details.
1414
*/
15-
#pragma once
1615
#ifndef BASECLIENTWINDOW_H
1716
#define BASECLIENTWINDOW_H
1817

controls/BaseItem.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
1212
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
GNU General Public License for more details.
1414
*/
15-
#pragma once
1615
#ifndef BASEITEM_H
1716
#define BASEITEM_H
1817

controls/BaseWindow.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
1212
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
GNU General Public License for more details.
1414
*/
15-
#pragma once
1615
#ifndef BASEWINDOW_H
1716
#define BASEWINDOW_H
1817

controls/Bitmap.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1414
GNU General Public License for more details.
1515
*/
1616

17-
#pragma once
1817
#ifndef MENU_BITMAP_H
1918
#define MENU_BITMAP_H
2019

controls/CheckBox.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1414
GNU General Public License for more details.
1515
*/
1616

17-
#pragma once
1817
#ifndef MENU_CHECKBOX_H
1918
#define MENU_CHECKBOX_H
2019

controls/Editable.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
GNU General Public License for more details.
1414
*/
1515

16-
#pragma once
1716
#ifndef MENU_EDITABLE_H
1817
#define MENU_EDITABLE_H
1918

controls/Field.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1414
GNU General Public License for more details.
1515
*/
1616

17-
#pragma once
1817
#ifndef MENU_FIELD_H
1918
#define MENU_FIELD_H
2019

controls/Framework.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
1212
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
GNU General Public License for more details.
1414
*/
15-
#pragma once
1615
#ifndef FRAMEWORK_H
1716
#define FRAMEWORK_H
1817

0 commit comments

Comments
 (0)