- fleshing out event system and window manager
- added tests back in for window management
This commit is contained in:
@@ -79,7 +79,7 @@ inline std::ostream& operator<<(std::ostream& os, const path& str) {
|
||||
|
||||
// Helper for printing types
|
||||
inline std::ostream& operator<<(std::ostream& os, const type& t) {
|
||||
return os << t.name();
|
||||
return os << t.name().cstr();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user