Renamed Tab.h to Tab.hpp

This commit is contained in:
bubnikv 2018-01-23 11:42:04 +01:00
parent 91c7bc43d3
commit a1705c093b
5 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@
#include <wx/imaglist.h>
#include <wx/settings.h>
#include "Tab.h"
#include "Tab.hpp"
#include "PresetBundle.hpp"
#include "PresetHints.hpp"
#include "../../libslic3r/Utils.hpp"