Skip to content

Commit

Permalink
Update Gas.hpp
Browse files Browse the repository at this point in the history
Removing extra ";" which is causing some build errors with -Wpedantic
  • Loading branch information
StephenCzarnecki authored Feb 23, 2023
1 parent 676bf40 commit 981b5b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Gases/src/Gas.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ namespace Gases
void setTemperatureAndPressure(double t_Temperature, double t_Pressure);

[[nodiscard]] std::vector<CGasItem> gasItems() const;
;

CGas & operator=(CGas const & t_Gas);
bool operator==(CGas const & t_Gas) const;
Expand Down

0 comments on commit 981b5b1

Please sign in to comment.