mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-09 03:24:59 -06:00
.ide MacroManager now in ExportFiles doesn't copy dir parameter.
git-svn-id: svn://ultimatepp.org/upp/trunk@11064 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
2edfafa3a3
commit
156e3ccbac
1 changed files with 2 additions and 2 deletions
|
|
@ -70,7 +70,7 @@ private:
|
|||
void OnExport();
|
||||
void OnEditFile();
|
||||
|
||||
void ExportFiles(Index<String>& files, String dir);
|
||||
void ExportFiles(Index<String>& files, const String& dir);
|
||||
void FindNodeFiles(int id, Index<String>& list);
|
||||
|
||||
void ReadFunction(CParser& parser, const String& comment, const char* prototypeBegin, MacroList& list);
|
||||
|
|
@ -193,7 +193,7 @@ void MacroManagerWindow::OnImport()
|
|||
OnMacroSel();
|
||||
}
|
||||
|
||||
void MacroManagerWindow::ExportFiles(Index<String>& files, String dir)
|
||||
void MacroManagerWindow::ExportFiles(Index<String>& files, const String& dir)
|
||||
{
|
||||
for(const String& file : files)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue