X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fprogramcompiler.h;h=bea3faec1d0fee7552cb4cbd5fb36717dca8fb34;hp=697c608617bc2a85c91524b04d91eff0978d74f2;hb=b699b811b22450828268be7ed67e35900be7bdad;hpb=71972b08fd031e177a005eb1924a5c7a15459291 diff --git a/source/programcompiler.h b/source/programcompiler.h index 697c6086..bea3faec 100644 --- a/source/programcompiler.h +++ b/source/programcompiler.h @@ -381,7 +381,7 @@ private: Resources *resources; ProgramSyntax::Module *module; - std::set imported_names; + std::vector imported_names; public: ProgramCompiler();