The model header files currently use the standard C mechanism to prevent double inclusion (using #ifndef), but given that this is a C++ project, #pragma once would be more appropriate.
Use "#pragma once" instead of "#ifndef" in the header files
- Assignee:
-
Peter Macko
- Reporter:
-
Peter Macko
- Votes:
-
0 Vote for this issue - Watchers:
-
4 Start watching this issue
- Created:
- Updated:
- Resolved: