Poprawki post-merge. Nowy silnik liczb losowych.

Dodane zagubione pliki
This commit is contained in:
firleju
2017-01-25 16:25:25 +01:00
parent 28e85e8dc3
commit 4ad5ac1b51
9 changed files with 21 additions and 15 deletions

View File

@@ -53,7 +53,7 @@ TPythonInterpreter::killInstance() {
bool TPythonInterpreter::loadClassFile( std::string const &lookupPath, std::string const &className )
{
std::set<std::string const>::const_iterator it = _classes.find(className);
std::set<std::string>::const_iterator it = _classes.find(className);
if (it == _classes.end())
{
FILE *sourceFile = _getFile(lookupPath, className);