~ubuntu-branches/ubuntu/utopic/sikuli/utopic

« back to all changes in this revision

Viewing changes to sikuli-script/src/main/native/find-result.h

  • Committer: Bazaar Package Importer
  • Author(s): Gilles Filippini
  • Date: 2011-10-04 23:32:13 UTC
  • mfrom: (4.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20111004233213-36fm78hx0z53tkuw
Tags: 1.0~x~rc3-dfsg1-2
* New patch fix-cmake-sikuli-ide.patch:
  + Fix random FTBFS due to missing inter target dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 *  find-result.h
3
 
 *  sikuli
4
 
 *
5
 
 *  Created by Tom Yeh on 8/1/10.
6
 
 *  Copyright 2010 sikuli.org. All rights reserved.
 
2
 * Copyright 2010-2011, Sikuli.org
 
3
 * Released under the MIT License.
7
4
 *
8
5
 */
9
6
#ifndef _FIND_RESULT_
28
25
   std::string text;
29
26
};
30
27
 
31
 
#endif //_FIND_RESULT_
 
 
b'\\ No newline at end of file'
 
28
#endif //_FIND_RESULT_