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/GHOST_ISystem.h
parent4eeec6e9b540e8751beb0e6104ebc9b41ede8e4d (diff)
Cleanup: quiet discarded-qualifiers warning
Diffstat (limited to 'intern/ghost/GHOST_ISystem.h')
-rw-r--r--intern/ghost/GHOST_ISystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/GHOST_ISystem.h b/intern/ghost/GHOST_ISystem.h
index 86737589e06..4c395f720df 100644
--- a/intern/ghost/GHOST_ISystem.h
+++ b/intern/ghost/GHOST_ISystem.h
@@ -436,7 +436,7 @@ class GHOST_ISystem {
/**
* Put data to the Clipboard
*/
- virtual void putClipboard(char *buffer, bool selection) const = 0;
+ virtual void putClipboard(const char *buffer, bool selection) const = 0;
/***************************************************************************************
* System Message Box.