.h -> .hpp for clearer ABI (non)compatibility
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include <algorithm>
|
||||
#include "../include/WindowRule.h"
|
||||
#include "../include/WindowRule.hpp"
|
||||
|
||||
std::string WindowRule::toString() {
|
||||
std::string mode = this->tile ? "tile on" : "float on";
|
||||
|
||||
Reference in New Issue
Block a user