monotone-commits-diffs
[Top][All Lists]
Advanced

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

[Monotone-commits-diffs] net.venge.monotone: ef60d096fde0204e1884af172d2


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone: ef60d096fde0204e1884af172d2b901513a106f0
Date: Wed, 9 Nov 2011 22:25:16 +0100 (CET)

revision:            ef60d096fde0204e1884af172d2b901513a106f0
date:                2011-11-09T20:16:22
author:              Richard Hopkins <address@hidden>
branch:              net.venge.monotone
changelog:
Use 'struct i18n_format' instead of 'class i18n_format' in 'work.hh'

'sanity.hh' defines 'i18n_format' as a struct, and all other uses are
structs as well.

manifest:
format_version "1"

new_manifest [05c5c9c4e4e784c6bd97396315278a189931448b]

old_revision [8ff9be8a9b6534d3c362b61258d724809d1e62e7]

patch "src/work.hh"
 from [00e100f44763cad0019683c16c4a13d53a94d5e0]
   to [0ca2a0f0ab94c2421db119216af9373b81f38e61]
============================================================
--- src/work.hh	00e100f44763cad0019683c16c4a13d53a94d5e0
+++ src/work.hh	0ca2a0f0ab94c2421db119216af9373b81f38e61
@@ -18,7 +18,7 @@ class lua_hooks;
 class node_restriction;
 struct content_merge_adaptor;
 class lua_hooks;
-class i18n_format;
+struct i18n_format;
 struct options;
 class app_state;
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]