Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-07-06 05:05:25 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-07-06 05:05:25 +0300
commit36584bbc2d347cc1df9fd77b59ff1a3d3d7fef53 (patch)
tree9e0b03bee0efaefef94bb8eb39bf2a25dd0a5104 /intern/ghost/intern/GHOST_System.h
parent4eeec6e9b540e8751beb0e6104ebc9b41ede8e4d (diff)
Cleanup: quiet discarded-qualifiers warning
Diffstat (limited to 'intern/ghost/intern/GHOST_System.h')
-rw-r--r--intern/ghost/intern/GHOST_System.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_System.h b/intern/ghost/intern/GHOST_System.h
index 4c10ba814b3..9164687c5b5 100644
--- a/intern/ghost/intern/GHOST_System.h
+++ b/intern/ghost/intern/GHOST_System.h
@@ -315,7 +315,7 @@ class GHOST_System : public GHOST_ISystem {
* \param buffer: The buffer to copy to the clipboard.
* \param selection: The clipboard to copy too only used on X11.
*/
- virtual void putClipboard(char *buffer, bool selection) const = 0;
+ virtual void putClipboard(const char *buffer, bool selection) const = 0;
/**
* Show a system message box