mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-10 07:06:26 +00:00
VS2010 fixes
This commit is contained in:
@@ -137,6 +137,7 @@ class FlatBufFile : public grpc_cpp_generator::File {
|
||||
public:
|
||||
FlatBufFile(const Parser &parser, const std::string &file_name)
|
||||
: parser_(parser), file_name_(file_name) {}
|
||||
FlatBufFile &operator=(const FlatBufFile &);
|
||||
|
||||
std::string filename() const { return file_name_; }
|
||||
std::string filename_without_ext() const {
|
||||
|
||||
Reference in New Issue
Block a user