[gimp/gimp-2-10] libgimpmath: fix unsorted line in gimpmath.def



commit 860415b0f816e83f5b57641a8367c1e489a459a0
Author: Ell <ell_se yahoo com>
Date:   Sun Feb 16 00:33:40 2020 +0200

    libgimpmath: fix unsorted line in gimpmath.def
    
    (cherry picked from commit 75838a59a8ac2d7a078620c02042c689c2ba67d9)

 libgimpmath/gimpmath.def | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libgimpmath/gimpmath.def b/libgimpmath/gimpmath.def
index 98ea0a1beb..a32a5ba87c 100644
--- a/libgimpmath/gimpmath.def
+++ b/libgimpmath/gimpmath.def
@@ -1,6 +1,6 @@
 EXPORTS
-       gimp_matrix2_get_type
        gimp_matrix2_determinant
+       gimp_matrix2_get_type
        gimp_matrix2_identity
        gimp_matrix2_invert
        gimp_matrix2_mult


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]