Skip to content

Commit

Permalink
Fixed warnings. Refs #13894
Browse files Browse the repository at this point in the history
  • Loading branch information
palvarezlopez committed Dec 19, 2023
1 parent ae51616 commit 15ea309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ GNEVariableSpeedSignSymbol::getHierarchyName() const {

void
GNEVariableSpeedSignSymbol::drawVSSSymbol(const GUIVisualizationSettings& s, const GUIVisualizationSettings::Detail d,
const bool exaggeration) const {
const double exaggeration) const {
// start drawing symbol
GLHelper::pushMatrix();
// translate to front
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class GNEVariableSpeedSignSymbol : public GNEAdditional {
private:
/// @brief draw VSS symbol
void drawVSSSymbol(const GUIVisualizationSettings& s, const GUIVisualizationSettings::Detail d,
const bool exaggeration) const;
const double exaggeration) const;

/// @brief set attribute after validation
void setAttribute(SumoXMLAttr key, const std::string& value);
Expand Down

0 comments on commit 15ea309

Please sign in to comment.