X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=src%2Fui%2Fgui%2Fpsppire-data-store.h;h=55dcf0683d7e49e96d699b870487244207367027;hb=c649f7f5c4f5b74d48efa3453c38c1458e7ae9a9;hp=f916ded883bbccb843b196f027dafd607e00767d;hpb=6882ff1359de0c4812a62e1bfcdfbf8e68474de5;p=pspp diff --git a/src/ui/gui/psppire-data-store.h b/src/ui/gui/psppire-data-store.h index f916ded883..55dcf0683d 100644 --- a/src/ui/gui/psppire-data-store.h +++ b/src/ui/gui/psppire-data-store.h @@ -142,7 +142,7 @@ gboolean psppire_data_store_set_string (PsppireDataStore *ds, const gchar *text, glong row, glong column); -casenumber psppire_data_store_get_case_count (const PsppireDataStore *ds); +inline casenumber psppire_data_store_get_case_count (const PsppireDataStore *ds); size_t psppire_data_store_get_value_count (const PsppireDataStore *ds); #ifdef __cplusplus