summaryrefslogtreecommitdiff
path: root/gphoto2
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2009-04-13 19:14:07 +0000
committerMarcus Meissner <marcus@jet.franken.de>2009-04-13 19:14:07 +0000
commit377e7b0d61b2141ed03b682ebbe8a546370be7ed (patch)
tree4a52894f04efea56edd8c873f62394bfcac19348 /gphoto2
parent66dbdc4b4007508d58a8a094433980e948fbc2af (diff)
downloadlibgphoto2-377e7b0d61b2141ed03b682ebbe8a546370be7ed.tar.gz
made c++ safe
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@11973 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'gphoto2')
-rw-r--r--gphoto2/gphoto2-abilities-list.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gphoto2/gphoto2-abilities-list.h b/gphoto2/gphoto2-abilities-list.h
index 19f840cdb..16221405f 100644
--- a/gphoto2/gphoto2-abilities-list.h
+++ b/gphoto2/gphoto2-abilities-list.h
@@ -64,8 +64,8 @@ typedef enum {
GP_OPERATION_CAPTURE_VIDEO = 1 << 1, /**< Capturing videos supported. */
GP_OPERATION_CAPTURE_AUDIO = 1 << 2, /**< Capturing audio supported. */
GP_OPERATION_CAPTURE_PREVIEW = 1 << 3, /**< Capturing image previews supported. */
- GP_OPERATION_CONFIG = 1 << 4, /**< Camera and Driver configuration supported. */
- GP_OPERATION_TRIGGER_CAPTURE = 1 << 5, /**< Camera can trigger capture and wait for events. */
+ GP_OPERATION_CONFIG = 1 << 4, /**< Camera and Driver configuration supported. */
+ GP_OPERATION_TRIGGER_CAPTURE = 1 << 5 /**< Camera can trigger capture and wait for events. */
} CameraOperation;
/**