]> git.pld-linux.org Git - packages/kde4-calligra.git/blob - build.patch
attempt to fix build by using constant that fits int
[packages/kde4-calligra.git] / build.patch
1 --- calligra-2.9.11/braindump/plugins/stateshape/StatesModel.h.orig     2020-07-04 16:49:52.191491187 +0200
2 +++ calligra-2.9.11/braindump/plugins/stateshape/StatesModel.h  2020-07-04 16:48:53.161831935 +0200
3 @@ -30,7 +30,7 @@
4  {
5  public:
6      enum Role {
7 -        SortRole = 0xF14eb9a0
8 +        SortRole = 0x14eb9a0
9      };
10  public:
11      StatesModel();
This page took 0.073652 seconds and 3 git commands to generate.