13
0

add FileSource::is_stub() declaration

This commit is contained in:
Paul Davis 2014-02-07 17:30:34 -05:00
parent 2c67913245
commit f715cd877c

View File

@ -74,6 +74,7 @@ public:
void inc_use_count ();
bool removable () const;
bool is_stub () const;
const std::string& origin() const { return _origin; }