Skip to content

Commit

Permalink
removed all dll interface stuff from Scene.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ingowald committed Jan 1, 2020
1 parent 6f3337d commit f0ae4a4
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
4 changes: 2 additions & 2 deletions pbrtParser/impl/syntactic/Parser.h
Expand Up @@ -60,7 +60,7 @@ namespace pbrt {
parser class, otherwise left-over state from previous passes may
mess with the state of later pbrt file parse's */
template <typename DataSource>
struct PBRT_PARSER_INTERFACE BasicParser {
struct BasicParser {
/*! constructor */
BasicParser(const std::string &basePath="");

Expand Down Expand Up @@ -165,7 +165,7 @@ namespace pbrt {
//! Default parser
typedef BasicParser<FileType> Parser;

PBRT_PARSER_INTERFACE void parsePLY(const std::string &fileName,
void parsePLY(const std::string &fileName,
std::vector<vec3f> &v,
std::vector<vec3f> &n,
std::vector<vec3i> &idx);
Expand Down

0 comments on commit f0ae4a4

Please sign in to comment.