Adding nullptr check, error throwing to log, cleanup

This commit is contained in:
Lovisa Hassler
2020-01-10 00:25:37 +01:00
parent b99bcf9490
commit 311be5ac6a
4 changed files with 23 additions and 15 deletions
-1
View File
@@ -25,7 +25,6 @@
#include <modules/vislab/vislabmodule.h>
namespace openspace {
constexpr const char* _loggerCat = "VisLab Module";
VisLabModule::VisLabModule() : OpenSpaceModule(Name) {
}