Skip to content

Commit

Permalink
[FIX] Fixed multiple definition of vpDisplayFactory::makeDisplayGridH…
Browse files Browse the repository at this point in the history
…elper
  • Loading branch information
LAGNEAU Romain committed Sep 11, 2024
1 parent a8a9070 commit d1280ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gui/include/visp3/gui/vpDisplayFactory.h
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ struct GridSettings
unsigned int paddingY;
};

void makeDisplayGridHelper(std::vector<std::shared_ptr<vpDisplay>> &res, const GridSettings &settings,
inline void makeDisplayGridHelper(std::vector<std::shared_ptr<vpDisplay>> &res, const GridSettings &settings,
unsigned int currRow, unsigned int currCol,
unsigned int currentPixelX, unsigned int currentPixelY,
unsigned int maxRowHeightPixel)
Expand Down

0 comments on commit d1280ef

Please sign in to comment.