Fix DtMail compilation on Sun with GCC
authorMatthew R. Trower <dev@blackshard.net>
Wed, 27 Jun 2018 03:47:09 +0000 (22:47 -0500)
committerJon Trulson <jon@radscan.com>
Wed, 27 Jun 2018 17:34:00 +0000 (11:34 -0600)
cde/programs/dtmail/dtmail/FindDialog.C

index cef88a7d549d167ff79a2a3974db1d26fc1c2bfd..21567c9be39cbe9c90f6f1daca4259758a92a007 100644 (file)
@@ -734,7 +734,7 @@ FindDialog::compareMessage(DtMailMessageHandle        handle)
 // See if string 'toFind' is anyware in string 'str'.
 // A case-insensitive version of strstr().
 //
-static const char      *
+const char     *
 FindDialog::strcasestr(const char *str, const char *toFind)
 {
   const char   *result = NULL;         // Default to not found.