mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
specify namespace in friend declaration
This commit is contained in:
parent
9861dc761a
commit
e104c6a9b6
|
@ -71,7 +71,7 @@ public:
|
|||
void read(std::istream &source, const std::string &password);
|
||||
|
||||
private:
|
||||
friend class streaming_workbook_reader;
|
||||
friend class xlnt::streaming_workbook_reader;
|
||||
|
||||
void open(std::istream &source);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user