53a661c058
(shamelessly purloined from the Debian package) to make the package compile with ocaml 4.02. Changes in the new version: - compile fix for recent lablgtk releases - do not crash the application with an unreadable style file
12 lines
314 B
OCaml
12 lines
314 B
OCaml
$NetBSD: patch-query.mli,v 1.1 2015/08/09 13:21:42 jaapb Exp $
|
|
|
|
Moved classes to separate module for ocaml 4.02.
|
|
--- query.mli.orig 2007-03-07 21:53:54.000000000 +0000
|
|
+++ query.mli
|
|
@@ -1,5 +1,5 @@
|
|
type t
|
|
-val make : #App.t -> t
|
|
+val make : #App_types.t -> t
|
|
|
|
val clear : t -> unit
|
|
val activate : t -> unit
|