fix AR code translator stub
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
|
||||
void run_ar_code_translator(const string& initial_directory, const string& use_file, const string&) {
|
||||
inline void run_ar_code_translator(const std::string&, const std::string&, const std::string&) {
|
||||
throw std::runtime_error("resource_file is not available; install it and rebuild newserv");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user