[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [49482] branches/soc-2012-swiss_cheese/ source/blender/editors/include/UI_interface.h: another 'const int' parameter

Jason Wilkins Jason.A.Wilkins at gmail.com
Wed Aug 1 21:44:57 CEST 2012


Revision: 49482
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=49482
Author:   jwilkins
Date:     2012-08-01 19:44:57 +0000 (Wed, 01 Aug 2012)
Log Message:
-----------
another 'const int' parameter

Modified Paths:
--------------
    branches/soc-2012-swiss_cheese/source/blender/editors/include/UI_interface.h

Modified: branches/soc-2012-swiss_cheese/source/blender/editors/include/UI_interface.h
===================================================================
--- branches/soc-2012-swiss_cheese/source/blender/editors/include/UI_interface.h	2012-08-01 19:44:16 UTC (rev 49481)
+++ branches/soc-2012-swiss_cheese/source/blender/editors/include/UI_interface.h	2012-08-01 19:44:57 UTC (rev 49482)
@@ -537,7 +537,7 @@
 /* Note: Expects pointers to uiStringInfo structs as parameters.
  *       Will fill them with translated strings, when possible.
  *       Strings in uiStringInfo must be MEM_freeN'ed by caller. */
-void uiButGetStrInfo(struct bContext *C, uiBut *but, const int nbr, ...);
+void uiButGetStrInfo(struct bContext *C, uiBut *but, int nbr, ...);
 
 /* Edit i18n stuff. */
 /* Name of the main py op from i18n addon. */




More information about the Bf-blender-cvs mailing list