Changes in src/Actions/Action.hpp [da7ef9:10aee4]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/Action.hpp
rda7ef9 r10aee4 29 29 */ 30 30 #ifndef STATUS 31 #define STATUS(msg) \ 32 pushStatus(msg); \ 33 LOG(0, "STATUS: " << msg) 31 #define STATUS(msg) pushStatus(msg) 34 32 #endif 35 33
Note:
See TracChangeset
for help on using the changeset viewer.