Changeset 365 for trunk/src/gui/gui_ascii_renderer.cc
- Timestamp:
- 05/16/15 17:40:16 (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property
svn:global-ignores
set to
vs2012
vs2013
gmake
gmake-clang
-
Property
svn:global-ignores
set to
-
trunk/src/gui/gui_ascii_renderer.cc
r364 r365 6 6 7 7 #include "nv/gui/gui_ascii_renderer.hh" 8 9 #include "nv/core/logging.hh" 8 10 9 11 using namespace nv; … … 115 117 // TODO: FIX 116 118 int fix_me; 117 NV_LOG ( nv::LOG_DEBUG,"on_hover_change" );119 NV_LOG_DEBUG( "on_hover_change" ); 118 120 e->m_flags[DIRTY] = true; 119 121 } … … 123 125 // TODO: FIX 124 126 int fix_me; 125 NV_LOG ( nv::LOG_DEBUG,"on_select_change" );127 NV_LOG_DEBUG( "on_select_change" ); 126 128 e->m_flags[DIRTY] = true; 127 129 }
Note: See TracChangeset
for help on using the changeset viewer.