Index: src/libchengine/FeedbackNotEnoughSpaceRuleList.cpp =================================================================== diff -u -N -r08717141ce5f6926116c298cbc9442094a45bb67 -rf8042fcdb059c5a410e7737175f84a7dabbbdeb7 --- src/libchengine/FeedbackNotEnoughSpaceRuleList.cpp (.../FeedbackNotEnoughSpaceRuleList.cpp) (revision 08717141ce5f6926116c298cbc9442094a45bb67) +++ src/libchengine/FeedbackNotEnoughSpaceRuleList.cpp (.../FeedbackNotEnoughSpaceRuleList.cpp) (revision f8042fcdb059c5a410e7737175f84a7dabbbdeb7) @@ -53,7 +53,7 @@ { IColumnsDefinition& rColumns = spContainer->GetColumnsDefinition(); if(rColumns.IsEmpty()) - TFileFilter::InitColumns(rColumns); + FeedbackNotEnoughSpaceRule::InitColumns(rColumns); } void FeedbackNotEnoughSpaceRuleList::StoreInConfig(TConfig& rConfig, PCTSTR pszNodeName) const