Bug 306084 - Typo: ‘inti’ was not declared in this scop
Summary: Typo: ‘inti’ was not declared in this scop
Status: CLOSED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Usability-i18n (show other bugs)
Version: 2.9.0
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-31 14:38 UTC by Kristian Karl
Modified: 2017-08-04 17:32 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 2.9.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kristian Karl 2012-08-31 14:38:55 UTC
When compiling latest from master, a compiling error occurs:

I guess that function call in core/imageplugins/enhance/inpaintingtool.cpp:236 should be "init();" instead.

[ 97%] Building CXX object core/imageplugins/enhance/CMakeFiles/digikamimageplugin_enhance.dir/inpaintingtool.cpp.o
/home/krikar/dev/digikam/core/imageplugins/enhance/inpaintingtool.cpp: In constructor ‘DigikamEnhanceImagePlugin::InPaintingTool::InPaintingTool(QObject*)’:
/home/krikar/dev/digikam/core/imageplugins/enhance/inpaintingtool.cpp:236:10: error: ‘inti’ was not declared in this scope


Reproducible: Always
Comment 1 caulier.gilles 2012-08-31 16:07:50 UTC
Git commit 49beb9b497fa09e276c2a583b62c16de28e9a68f by Gilles Caulier.
Committed on 31/08/2012 at 18:07.
Pushed by cgilles into branch 'master'.

fix broken compilation

M  +1    -1    imageplugins/enhance/inpaintingtool.cpp

http://commits.kde.org/digikam/49beb9b497fa09e276c2a583b62c16de28e9a68f
Comment 2 Kristian Karl 2012-08-31 16:31:31 UTC
Yes, compiles fine now :)