Skip to content

Commit

Permalink
i am a moron
Browse files Browse the repository at this point in the history
  • Loading branch information
Artikash committed Jun 15, 2019
1 parent 0c61b0a commit 07d25ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/translatewrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ bool ProcessSentence(std::wstring& sentence, SentenceInfo sentenceInfo)
const int tokenCount = 30, delay = 60 * 1000;
Synchronized<std::vector<DWORD>> tokens;
} rateLimiter;
Synchronized<std::unordered_map<std::wstring, std::wstring>> translationCache;
static Synchronized<std::unordered_map<std::wstring, std::wstring>> translationCache;

bool cache = false;
std::wstring translation;
Expand Down

0 comments on commit 07d25ef

Please sign in to comment.