Skip to content

Commit c56de5f

Browse files
committedDec 13, 2012
use 'this->check_if_open' instead
error: 'check_if_open' was not declared in this scope
1 parent 35da440 commit c56de5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎adaptors/default/file/default_namespace_dir_impl.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ namespace_dir_cpi_impl<Base>::sync_remove (saga::impl::void_t & ret, int flags)
758758
namespace fs = boost::filesystem;
759759

760760
instance_data data (this);
761-
check_if_open ("namespace_dir_cpi_impl<Base>::sync_remove", data->location_);
761+
this->check_if_open ("namespace_dir_cpi_impl<Base>::sync_remove", data->location_);
762762

763763
// verify current working directory is local
764764
saga::url url(data->location_);

0 commit comments

Comments
 (0)