summaryrefslogtreecommitdiffstats
path: root/src/svnfrontend/cacheentry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/svnfrontend/cacheentry.h')
-rw-r--r--src/svnfrontend/cacheentry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnfrontend/cacheentry.h b/src/svnfrontend/cacheentry.h
index 1b36a95..fd9ae64 100644
--- a/src/svnfrontend/cacheentry.h
+++ b/src/svnfrontend/cacheentry.h
@@ -569,7 +569,7 @@ public:
ValidRemoteOnly():m_List(){}
void operator()(const std::pair<TQString,helpers::ptrEntry>&_data)
{
- if(_data.second.isValid() && _data.second.content()->validRepostqStatus()&&!_data.second.content()->validLocaltqStatus()) {
+ if(_data.second.isValid() && _data.second.content()->validReposStatus()&&!_data.second.content()->validLocalStatus()) {
m_List.push_back(_data.second.content());
}
}