Skip to content

Commit

Permalink
avoid namespace collisions
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinushey committed Apr 26, 2015
1 parent 5326d50 commit b339ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/session/projects/SessionProjectContext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ void ProjectContext::setLastProjectPath(const FilePath& lastProjectPath)
void ProjectContext::onDeferredInit(bool newSession)
{
// kickoff file monitoring for this directory
using namespace boost;
using boost::bind;
core::system::file_monitor::Callbacks cb;
cb.onRegistered = bind(&ProjectContext::fileMonitorRegistered,
this, _1, _2);
Expand Down

0 comments on commit b339ff0

Please sign in to comment.