diff options
Diffstat (limited to 'Source/WarpX.cpp')
-rw-r--r-- | Source/WarpX.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/WarpX.cpp b/Source/WarpX.cpp index 97f0f816d..ea68c78c3 100644 --- a/Source/WarpX.cpp +++ b/Source/WarpX.cpp @@ -438,9 +438,9 @@ WarpX::~WarpX () void WarpX::RecordWarning( - std::string topic, - std::string text, - WarnPriority priority) + const std::string& topic, + const std::string& text, + const WarnPriority& priority) { WARPX_PROFILE("WarpX::RecordWarning"); |