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:
authorJulian Eisel <julian@blender.org>2021-02-06 21:25:11 +0300
committerJulian Eisel <julian@blender.org>2021-02-06 21:27:55 +0300
commit699b2d98553f2b0c4bb74dc263d3251600fadd25 (patch)
treefe0e9bf1ed261a0f2342f8f47d8227d2e22ad124 /source/blender/editors/util/CMakeLists.txt
parentef29ebb31bd4bad47f55f45d6b4a2ab40fe09caf (diff)
Code quality: Port recently added utility file to C++
It seems generally preferred to have new files be created with C++. The only reason I didn't do that when I initially created the files is that I was unsure about some C-API aspect. Also use nullptr instead of NULL.
Diffstat (limited to 'source/blender/editors/util/CMakeLists.txt')
-rw-r--r--source/blender/editors/util/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/util/CMakeLists.txt b/source/blender/editors/util/CMakeLists.txt
index 0aab3810254..38655b8490e 100644
--- a/source/blender/editors/util/CMakeLists.txt
+++ b/source/blender/editors/util/CMakeLists.txt
@@ -39,7 +39,7 @@ set(SRC
ed_transverts.c
ed_util.c
ed_util_imbuf.c
- ed_util_ops.c
+ ed_util_ops.cc
gizmo_utils.c
numinput.c
select_utils.c