Skip to content

Commit

Permalink
Make a default log.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Aug 19, 2016
1 parent 232991b commit 26ead13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PluginManager.cpp
Expand Up @@ -246,7 +246,7 @@ bool PluginManager::l_initializePlugin(PF_InitFunc initFunc)
}


PluginManager::PluginManager()
PluginManager::PluginManager() : m_log(new Log("PDAL", &std::clog))
{
m_version.major = 1;
m_version.minor = 0;
Expand Down

0 comments on commit 26ead13

Please sign in to comment.