bc196d7ffc
- Added 2 patches to fix g++ 4.1 compilation issues - Enabled new jabber/loudmouth-based inkboard feature
12 lines
307 B
Diff
12 lines
307 B
Diff
--- src/ui/dialog/align-and-distribute.cpp
|
|
+++ src/ui/dialog/align-and-distribute.cpp
|
|
@@ -955,7 +955,7 @@
|
|
break;
|
|
|
|
} // end of switch statement
|
|
- return NULL;
|
|
+ return (std::list<SPItem *>::iterator)NULL;
|
|
}
|
|
|
|
AlignAndDistribute::AlignTarget AlignAndDistribute::getAlignTarget()const {
|