diff --git a/upptst/Assist/main.cpp b/upptst/Assist/main.cpp index e1ce97f63..73a5dd864 100644 --- a/upptst/Assist/main.cpp +++ b/upptst/Assist/main.cpp @@ -170,6 +170,11 @@ void Autocomplete() txt[1]. } +void Autocomplete() +{ + VectorMap()[i]. +} + void Autocomplete() { Array v; @@ -290,9 +295,9 @@ struct MYTabs : FileTabs { void MYTabs::RenameFile(const WString &from, const WString &to, Image icon) { - FileTabs::RenameFile(from, to, icon); // should jump tp FileTabs, not here - Upp::FileTabs::RenameFile(from, to, icon); // should jump tp FileTabs, not here - ::Upp::FileTabs::RenameFile(from, to, icon); // should jump tp FileTabs, not here + FileTabs::RenameFile(from, to, icon); // should jump to FileTabs, not here + Upp::FileTabs::RenameFile(from, to, icon); // should jump to FileTabs, not here + ::Upp::FileTabs::RenameFile(from, to, icon); // should jump to FileTabs, not here RenameFile(from, to, icon); // to MyTabs MYTabs::RenameFile(from, to, icon); // to MyTabs ::MYTabs::RenameFile(from, to, icon); // to MyTabs