[Ctk-developers] Export header file now starts with "ctk" lower case
Jean-Christophe Fillion-Robin
jchris.fillionr at kitware.com
Thu Oct 21 17:56:21 UTC 2010
Hi Folks,
Following commit
c8fd5a716e24<http://github.com/commontk/CTK/commit/c8fd5a716e249c1b1509667efdbf49248f851910>,
export header file now start with "ctk" lower case.
It means code looking like:
...
// CTK includes
#include "ctkTransferFunction.h"
#include "*CTKWidgetsExport*.h"
...
has been changed into:
...
// CTK includes
#include "ctkTransferFunction.h"
#include "*ctkWidgetsExport*.h"
...
The impact on your current work could potentially be:
- If you write new classes, make sure to include the lower case version.
- If you merge a topic branch started prior to commit
c8fd5a716e24<http://github.com/commontk/CTK/commit/c8fd5a716e249c1b1509667efdbf49248f851910>,
you may have to resolve conflicts
If you don't already know it, note that the file "ctk<LIBRARYNAME>Export.h
is automatically configured for you using CTK/Libs/ctkExport.h.in
Thks
Jc
--
Phone: 1-518-836-2174
Ext: 304
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/ctk-developers/attachments/20101021/540918ee/attachment.htm>
More information about the Ctk-developers
mailing list